Skip to content

Commit

Permalink
fixed naming of workflows, added automatic_release_tag to release act…
Browse files Browse the repository at this point in the history
…ion (#19)
  • Loading branch information
James-Pickett authored Jan 17, 2022
1 parent 1eb8fcb commit e25df39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-test-tag
name: release

on:
push:
Expand Down Expand Up @@ -43,6 +43,7 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
title: ${{ steps.bump.outputs.new_tag }}
automatic_release_tag: ${{ steps.bump.outputs.new_tag }}
files: |
LICENSE
./artifacts/*.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-test
name: test

on:
push:
Expand Down

0 comments on commit e25df39

Please sign in to comment.