We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907adac commit 4b74990Copy full SHA for 4b74990
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
name: luacheck
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
17
18
- name: Prepare
19
run: |
@@ -27,7 +27,7 @@ jobs:
27
name: stylua
28
29
30
31
- uses: JohnnyMorganz/stylua-action@v1
32
with:
33
token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/release-please.yml
release-type: node
package-name: ${{env.ACTION_NAME}}
command: github-release
- name: tag major and minor versions
if: ${{ steps.release.outputs.release_created }}
0 commit comments