File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 1010 release :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/create-github-app-token@v2
14- id : app-token
15- with :
16- app-id : ${{ secrets.WORKFLOWS_GITHUB_APP_ID }}
17- private-key : ${{ secrets.WORKFLOWS_GITHUB_APP_PRIVATE_KEY }}
18-
1913 - name : Checkout code
2014 uses : actions/checkout@v4
21- with :
22- token : ${{ steps.app-token.outputs.token }}
2315
2416 - name : Set up Deno
2517 uses : denoland/setup-deno@v2
4638 tag_name : v${{ steps.get_version.outputs.release_version }}
4739 files : |
4840 dist/*
49-
50- - name : Configure git
51- run : |
52- git config --global user.name "github-action"
53- git config --global user.email "github-action@nanoapi.io"
54-
55- - name : Commit changes
56- run : |
57- git commit deno.json -m "[skip ci] update version ${{ steps.get_version.outputs.release_version }}"
58-
59- - name : Push changes
60- run : |
61- git push
You can’t perform that action at this time.
0 commit comments