diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c212da8..3121c94 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 \ No newline at end of file