Skip to content

Commit

Permalink
Update welcome.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEhlo authored Feb 26, 2024
1 parent 452bd89 commit a1fd3e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create GH Release
run: |
gh release create v1.0.0 --title "My Release" --notes "This is my release notes"

0 comments on commit a1fd3e5

Please sign in to comment.