File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-18.04
3434 if : contains(github.event.head_commit.message, '[skip ci]') == false
3535 steps :
36- - uses : actions/checkout@v2.3.1
36+ - uses : actions/checkout@v2
3737 - name : Login to Packages
3838 run : echo '${{ secrets.GITHUB_TOKEN }}' | docker login 'docker.pkg.github.com' -u 'peaceiris' --password-stdin
3939 - run : docker-compose pull --quiet
Original file line number Diff line number Diff line change 99 release :
1010 runs-on : ubuntu-18.04
1111 steps :
12- - uses : actions/checkout@v2.3.1
12+ - uses : actions/checkout@v2
1313 - uses : peaceiris/workflows/create-release-npm@v0.7.0
1414 env :
1515 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2222 - ' macos-latest'
2323 - ' windows-latest'
2424 steps :
25- - uses : actions/checkout@v2.3.1
25+ - uses : actions/checkout@v2
2626
2727 - name : Dump GitHub context
2828 env :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-18.04
1010 steps :
1111
12- - uses : actions/checkout@v2.3.1
12+ - uses : actions/checkout@v2
1313
1414 - name : Update major tag
1515 if : github.event.release.prerelease == false
You can’t perform that action at this time.
0 commit comments