Skip to content

Commit 408dfe7

Browse files
author
Léo Guillaume
committed
Auto stash before checking out "origin/main"
1 parent f74b22e commit 408dfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Create GitHub Release 🏷️
4545
uses: softprops/action-gh-release@v1
4646
with:
47-
body: 'Release v${{steps.create_tag.outputs.version}}'
47+
body: 'Release ${{steps.create_tag.outputs.version}}'
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
5050
- name: Publish package on NPM 📦

0 commit comments

Comments
 (0)