Skip to content

Commit 98ff4b5

Browse files
committed
build: uncomment release steps to publish production version
1 parent 186f333 commit 98ff4b5

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
@@ -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

0 commit comments

Comments
 (0)