File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -66,20 +66,20 @@ jobs:
6666 env :
6767 GITHUB_TOKEN : ${{ steps.app_token.outputs.token }}
6868
69- # - name: Publish @algorandfoundation/algorand-typescript-testing
70- # uses: JS-DevTools/npm-publish@v3
71- # with:
72- # token: ${{ secrets.NPM_TOKEN }}
73- # package: artifacts/algo-ts-testing/package.json
74- # access: 'public'
75- # tag: ${{ github.ref_name == 'alpha' && 'alpha' || github.ref_name == 'main' && 'beta' || github.ref_name == 'release' && 'latest' || 'pre-release' }}
69+ - name : Publish @algorandfoundation/algorand-typescript-testing
70+ uses : JS-DevTools/npm-publish@v3
71+ with :
72+ token : ${{ secrets.NPM_TOKEN }}
73+ package : artifacts/algo-ts-testing/package.json
74+ access : ' public'
75+ tag : ${{ github.ref_name == 'alpha' && 'alpha' || github.ref_name == 'main' && 'beta' || github.ref_name == 'release' && 'latest' || 'pre-release' }}
7676
77- # publish-docs:
78- # name: Publish docs
79- # needs: release
80- # if: github.ref_name == 'release'
81- # uses: ./.github/workflows/gh-pages.yml
82- # permissions:
83- # contents: read
84- # pages: write
85- # id-token: write
77+ publish-docs :
78+ name : Publish docs
79+ needs : release
80+ if : github.ref_name == 'release'
81+ uses : ./.github/workflows/gh-pages.yml
82+ permissions :
83+ contents : read
84+ pages : write
85+ id-token : write
You can’t perform that action at this time.
0 commit comments