Skip to content

Commit

Permalink
ci: checkoutv2 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Nov 26, 2023
1 parent 2d508ab commit 1915bbe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: "actions/checkout@v2"
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"
- name: cat pubspec.yaml
run: cat ./pubspec.yaml
- name: Setup Node.js
uses: "actions/setup-node@v1"
uses: actions/setup-node@v1
with:
node-version: 16
- name: Automated version bump
Expand Down

0 comments on commit 1915bbe

Please sign in to comment.