Skip to content

Commit

Permalink
Update secondary.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
unrealkakeman89 authored Feb 13, 2023
1 parent 5eb56df commit 3cd64b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/secondary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
- name: Get Version
shell: bash
id: get-version
run: echo "version=$(node ./.github/workflows/get-version.js)" >> $GITHuB_OUTPUT
run: echo "version=$(node ./.github/workflows/get-version.js)" >> $GITHUB_OUTPUT

- name: Create Release
id: create-release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
name: Release ${{ steps.get-version.outputs.version }}
name: .v${{ steps.get-version.outputs.version }}
draft: false
prerelease: false
token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 3cd64b9

Please sign in to comment.