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 @@ -67,20 +67,20 @@ jobs:
6767 env :
6868 GITHUB_TOKEN : ${{ steps.app_token.outputs.token }}
6969
70- # - name: Publish @algorandfoundation/algorand-typescript-testing
71- # uses: JS-DevTools/npm-publish@v3
72- # with:
73- # token: ${{ secrets.NPM_TOKEN }}
74- # package: artifacts/algo-ts-testing/package.json
75- # access: 'public'
76- # tag: ${{ github.ref_name == 'alpha' && 'alpha' || github.ref_name == 'main' && 'beta' || github.ref_name == 'release' && 'latest' || 'pre-release' }}
70+ - name : Publish @algorandfoundation/algorand-typescript-testing
71+ uses : JS-DevTools/npm-publish@v3
72+ with :
73+ token : ${{ secrets.NPM_TOKEN }}
74+ package : artifacts/algo-ts-testing/package.json
75+ access : ' public'
76+ tag : ${{ github.ref_name == 'alpha' && 'alpha' || github.ref_name == 'main' && 'beta' || github.ref_name == 'release' && 'latest' || 'pre-release' }}
7777
78- # publish-docs:
79- # name: Publish docs
80- # needs: release
81- # if: github.ref_name == 'release'
82- # uses: ./.github/workflows/gh-pages.yml
83- # permissions:
84- # contents: read
85- # pages: write
86- # id-token: write
78+ publish-docs :
79+ name : Publish docs
80+ needs : release
81+ if : github.ref_name == 'release'
82+ uses : ./.github/workflows/gh-pages.yml
83+ permissions :
84+ contents : read
85+ pages : write
86+ id-token : write
You can’t perform that action at this time.
0 commit comments