Skip to content

Commit

Permalink
build: Update GH workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jun 3, 2024
1 parent 054aa66 commit 01eff51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Version
id: vars
run: echo ::set-output name=version::$(cat VERSION)
run: echo "VERSION=$(cat VERSION)" >> $GITHUB_OUTPUT

- name: Release
uses: jreleaser/release-action@v2
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}

- name: Version
id: vars
shell: bash
run: |
echo ::set-output name=VERSION::${{ github.event.inputs.version }}
release:
name: Release
needs: [precheck]
Expand Down

0 comments on commit 01eff51

Please # to comment.