Skip to content

Commit 903e8ba

Browse files
author
Léo Guillaume
committed
Auto stash before checking out "origin/main"
1 parent c4c3868 commit 903e8ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ jobs:
4444
- name: Create GitHub Release 🏷️
4545
uses: softprops/action-gh-release@v1
4646
with:
47-
prerelease: true
47+
name: ${{steps.create_tag.outputs.version}}
4848
generate_release_notes: true
4949
tag_name: ${{steps.create_tag.outputs.version}}
50-
files: |
51-
package.json
5250
body: 'Release ${{steps.create_tag.outputs.version}}'
5351
env:
5452
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)