|
29 | 29 | # --ignoreUnstaged Adding the @firebase/app changeset file means
|
30 | 30 | # there's unstaged changes. Ignore.
|
31 | 31 | # TODO: Make these flags defaults in the release script.
|
32 |
| - run: yarn release --releaseType Production --ci --skipTests --skipReinstall --ignoreUnstaged --dryRun |
| 32 | + run: yarn release --releaseType Production --ci --skipTests --skipReinstall --ignoreUnstaged |
33 | 33 | env:
|
34 | 34 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
35 | 35 | NPM_TOKEN_ANALYTICS: ${{secrets.NPM_TOKEN_ANALYTICS}}
|
@@ -92,12 +92,12 @@ jobs:
|
92 | 92 | - name: Echo version in shell
|
93 | 93 | run: |
|
94 | 94 | 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