Skip to content

Commit

Permalink
ci: 🎡 WIP package publishing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dkolba committed Jul 26, 2022
1 parent 40d0b1b commit 3c7f29d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
name: Publish stable packages
if: github.event.release.target_commitish == 'test-package-publishing' && github.event.release.prerelease == false
runs-on: ubuntu-latest
env:
CHANGELOG_TEXT: "REPLACE_ME"
# env:
# CHANGELOG_TEXT: "REPLACE_ME"
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
Expand All @@ -72,10 +72,10 @@ jobs:
run: |
echo "We are running on: " ${{github.event.release.target_commitish}}
SEMVER_VERSION=$(npx find-versions-cli ${{ github.event.release.tag_name }})
CHANGELOG_TEXT=$(npx [email protected])
VALID_SEMVER_VERSION=$(node scripts/version-helper.js $SEMVER_VERSION)
echo "Semver stable version unclean $SEMVER_VERSION"
echo "Semver stable version valid $VALID_SEMVER_VERSION"
echo "CHANGELOG_TEXT=$(npx [email protected])" >> $GITHUB_ENV
- uses: actions/github-script@v6
with:
Expand Down

0 comments on commit 3c7f29d

Please sign in to comment.