Skip to content

Commit

Permalink
chore(ci): GitHub action for release
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <[email protected]>
  • Loading branch information
madpah committed Jun 21, 2024
1 parent e7333f0 commit 0ac9ef0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
RELEASE_VERSION: $(echo "${{ github.ref_name }}" | cut -d 'v' -f2)

permissions:
contents: write

Expand All @@ -21,6 +18,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Determine Releae Version from Tag
run: 'RELEASE_VERSION=$(echo "${{ github.ref_name }}" | cut -d ''v'' -f2) >> $GITHUB_ENV'

- name: Checkout Code
uses: actions/checkout@v4

Expand Down

0 comments on commit 0ac9ef0

Please sign in to comment.