Skip to content

Commit 31e601b

Browse files
committed
set to dry run
1 parent 1f4e16d commit 31e601b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release-prod.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# --ignoreUnstaged Adding the @firebase/app changeset file means
3030
# there's unstaged changes. Ignore.
3131
# TODO: Make these flags defaults in the release script.
32-
run: yarn release --releaseType Production --ci --skipTests --skipReinstall --ignoreUnstaged
32+
run: yarn release --releaseType Production --ci --skipTests --skipReinstall --ignoreUnstaged --dryRun
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
NPM_TOKEN_ANALYTICS: ${{secrets.NPM_TOKEN_ANALYTICS}}
@@ -92,12 +92,12 @@ jobs:
9292
- name: Echo version in shell
9393
run: |
9494
echo "Base version: ${{ steps.get-version.outputs.BASE_VERSION }}"
95-
- name: Log to release tracker
96-
# Sends release information to cloud functions endpoint of release tracker.
97-
run: |
98-
DATE=$(date +'%m/%d/%Y')
99-
BASE_VERSION=${{ steps.get-version.outputs.BASE_VERSION }}
100-
RELEASE_TRACKER_URL=${{ secrets.RELEASE_TRACKER_URL }}
101-
curl -X POST -H "Content-Type:application/json" \
102-
-d "{\"version\":\"$BASE_VERSION\",\"date\":\"$DATE\"}" \
103-
$RELEASE_TRACKER_URL/logProduction
95+
# - name: Log to release tracker
96+
# # Sends release information to cloud functions endpoint of release tracker.
97+
# run: |
98+
# DATE=$(date +'%m/%d/%Y')
99+
# BASE_VERSION=${{ steps.get-version.outputs.BASE_VERSION }}
100+
# RELEASE_TRACKER_URL=${{ secrets.RELEASE_TRACKER_URL }}
101+
# curl -X POST -H "Content-Type:application/json" \
102+
# -d "{\"version\":\"$BASE_VERSION\",\"date\":\"$DATE\"}" \
103+
# $RELEASE_TRACKER_URL/logProduction

0 commit comments

Comments
 (0)