Skip to content

Commit

Permalink
chore(cd): test release_version
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-online committed Apr 12, 2023
1 parent 9653757 commit 493fc27
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ jobs:
with:
ref: ${{ github.event.release.tag_name }}

- name: Set Release env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Set release version
run: |
export RELEASE_VERSION="${GITHUB_TAG:1}"
echo "Version: ${{ env.RELEASE_VERSION }}"
echo "Tag: ${{ env.GITHUB_TAG }}"
./scripts/bump.sh ${{ env.RELEASE_VERSION }}
env:
GITHUB_TAG: ${{ github.event.release.tag_name }}
exit 1
- name: Setup Node
uses: josh-development/.github/setup-node@main
Expand Down

0 comments on commit 493fc27

Please sign in to comment.