Skip to content

Commit

Permalink
updated release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkotsollaris committed Feb 4, 2021
1 parent b0c9fce commit a4a96e5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This action is triggered only when this file changes
on:
push:
paths:
# trigger change only when release.yml changes
- ".github/workflows/release.yml"
branches: [master]
tags:
Expand All @@ -22,10 +22,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: 0.4.2
release_name: 0.4.2
tag_name: 0.4.3
release_name: 0.4.3
body: |
- Fixed popup AUTH bug
- Renamed references facet.ninja -> facet.run
- Documentation changes
draft: false
prerelease: false

0 comments on commit a4a96e5

Please sign in to comment.