Fix publish CI
This commit is contained in:
parent
e83b313766
commit
ca221f1907
|
@ -30,11 +30,11 @@ jobs:
|
|||
run: |
|
||||
export VERSION="$(echo ${{ github.ref_name }} | cut -c2-)"
|
||||
echo "Parsed version: '$VERSION'"
|
||||
echo "tinyvm_version=$VERSION" >> "$GITHUB_OUTPUT"
|
||||
echo "filesystem_version=$VERSION" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Publish to Gitea package repository
|
||||
env:
|
||||
TINYVM_VERSION: ${{ steps.parse.outputs.tinyvm_version }}
|
||||
FILESYSTEM_VERSION: ${{ steps.parse.outputs.filesystem_version }}
|
||||
GITEA_USERNAME: ${{ github.repository_owner }}
|
||||
GITEA_TOKEN: ${{ secrets.deploy_token }}
|
||||
run: ./gradlew publishAllPublicationsToGiteaRepository
|
Reference in New Issue