Skip to content

Commit

Permalink
corrected issue upstream, undo debugging (#433)
Browse files Browse the repository at this point in the history
* use fix for package publish key only

* undo debugging, error upstream
  • Loading branch information
jbolda authored Sep 24, 2021
1 parent 0366cdf commit 36832a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
5 changes: 1 addition & 4 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"path": "./src-tauri/Cargo.toml",
"version": true,
"getPublishedVersion": "git log v${ pkgFile.version } -1 --pretty=%Cgreen${ pkgFile.version } || echo \"not published yet\"",
"publish": [
"echo \"build assets have already been uploaded to release\"",
"echo \"publishing the draft release with assets...\""
],
"publish": "echo \"build assets have already been uploaded to release\"",
"dependencies": ["web"]
}
}
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,7 @@ jobs:
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
command: 'publish'
createRelease: true
- name: dump covector output
env:
COVECTOR_CONTEXT: ${{ toJson(steps.covector) }}
run: echo "$COVECTOR_CONTEXT"
2 changes: 1 addition & 1 deletion .github/workflows/test-cypress-on-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: pull_request

jobs:
chrome:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 36832a0

Please sign in to comment.