Fix publish CI
Publish Workflow / Publish library (push) Successful in 8m54s Details
Test Workflow / Lint and test library (push) Successful in 17m35s Details

This commit is contained in:
Gleb Koval 2023-12-20 17:01:16 +00:00
parent e83b313766
commit ca221f1907
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 2 additions and 2 deletions

View File

@ -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