Skip to content

Commit

Permalink
Merge pull request #10 from badele/push-pre-release-files
Browse files Browse the repository at this point in the history
feat: push files during pre-release step
  • Loading branch information
badele authored Nov 26, 2023
2 parents 6a26f51 + 538fdf8 commit d1c6ea0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@ jobs:
release: true
git-user: github-actions
git-user-email: github-actions@github.com

- name: Release new version
run: ./.github/workflows/release.sh {{ steps.release.outputs.version }}
run: './.github/workflows/release.sh {{ steps.release.outputs.version }}'
- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: "pre-release {{ steps.release.outputs.version }}"
add: ["README.md", "src/version.ts"]

- name: Upload github release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit d1c6ea0

Please sign in to comment.