-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update gh_action_dart_conventional_release
- Loading branch information
1 parent
1915bbe
commit 4d31165
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,18 +13,15 @@ jobs: | |
- name: Checkout source code | ||
uses: actions/checkout@v2 | ||
with: | ||
ref: ${{ github.ref }} | ||
- name: Configure git to trust the workspace despite the different owner | ||
run: | ||
git config --global --add safe.directory "$GITHUB_WORKSPACE" | ||
ref: ${{ github.ref }} | ||
- name: cat pubspec.yaml | ||
run: cat ./pubspec.yaml | ||
- name: Setup Node.js | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: 16 | ||
- name: Automated version bump | ||
uses: impaktfull/[email protected].10 | ||
uses: impaktfull/[email protected].11 | ||
with: | ||
tag-prefix: 'v' | ||
env: | ||
|