Skip to content

Commit e7bdf6d

Browse files
committed
build: uncomment release steps to publish production version
1 parent 254abae commit e7bdf6d

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)