We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38a9101 + 5d98148 commit 0538a27Copy full SHA for 0538a27
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
outputs:
32
taggedbranch: ${{ steps.find-branch.outputs.taggedbranch }}
33
steps:
34
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
35
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
36
- name: Find which branch the release tag points at
37
id: find-branch
@@ -125,7 +125,7 @@ jobs:
125
if: github.event_name == 'release' && needs.build.outputs.taggedbranch == 'main'
126
runs-on: ubuntu-latest
127
128
129
with:
130
ref: main
131
token: ${{ secrets.TOKEN }}
0 commit comments