Skip to content

Commit

Permalink
tag when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcreech authored Feb 4, 2024
1 parent c285c26 commit 38ffe27
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,10 @@ jobs:
- run: npm install
- run: npm run build

- name: Create Release
id: create_release
uses: actions/create-release@v1
- name: Create Release0
uses: rymndhng/release-on-push-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}

# - name: Upload artifacts
# uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 38ffe27

Please sign in to comment.