Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
t
Browse files Browse the repository at this point in the history
horacioh committed Apr 8, 2024
1 parent 582a243 commit 0d8249d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/new-rc-test.yml
Original file line number Diff line number Diff line change
@@ -21,8 +21,5 @@ jobs:
id: set_version
run: |
chmod +x ./scripts/generate-rc-version.sh
VERSION=$(./scripts/generate-rc-version.sh ${{ github.ref }})
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
- name: Display Version
run: |
echo "App Version: ${{ steps.set_version.outputs.version }}"
./scripts/generate-rc-version.sh ${{ github.ref }})

0 comments on commit 0d8249d

Please sign in to comment.