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 996f643 commit 0487c88Copy full SHA for 0487c88
.github/workflows/main.yml
@@ -15,10 +15,10 @@ jobs:
15
- uses: actions/checkout@v2
16
- uses: actions/setup-node@v1
17
with:
18
- node-version: '14.x'
+ node-version: "14.x"
19
- uses: actions/setup-go@v1
20
21
- go-version: 1.16
+ go-version: 1.18
22
- name: Make Release
23
run: |
24
export PATH=${PATH}:`go env GOPATH`/bin
@@ -48,5 +48,3 @@ jobs:
48
known_hosts: ${{ secrets.STAGING_KNOWN_HOSTS }}
49
- name: Deploy
50
run: ssh -o LogLevel=QUIET -t ${{ secrets.STAGING_DEPLOY_USER }}@${{ secrets.STAGING_DEPLOY_HOST }} "sudo sed -i -e 's/GITEA_VERSION=\"traP-.*/GITEA_VERSION=\"${GITHUB_REF:10}\"/' /srv/gitea/deploy.sh && sudo sh /srv/gitea/deploy.sh"
51
-
52
0 commit comments