Skip to content

Commit

Permalink
ci: update gh_action_dart_conventional_release
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Nov 26, 2023
1 parent 1915bbe commit 4d31165
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4d31165

Please sign in to comment.