Skip to content

Commit

Permalink
Merge pull request #6 from sebastian-meckovski/final-pipeline-fix
Browse files Browse the repository at this point in the history
Pipeline fix
  • Loading branch information
sebastian-meckovski authored Sep 3, 2024
2 parents 7cfe109 + bba0494 commit 43d5f67
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ jobs:
PR_URL=$(echo "$FIRST_MERGE_REQUEST" | jq -r '.html_url')
TITLE=$(echo "$FIRST_MERGE_REQUEST" | jq -r '.title')
echo "$FIRST_MERGE_REQUEST"
echo "$DESCRIPTION"
echo "$AUTHOR"
echo "$PR_URL"
echo "$TITLE"
# Add version, description, author, PR URL, and title to CHANGELOG.md
sed -i "2i ## ${PACKAGE_VERSION} (${VAR_TIME})\n- Description: ${DESCRIPTION}\n- Author: ${AUTHOR}\n- Pull request URL: ${PR_URL}\n- Title: ${TITLE}\n" CHANGELOG.md
- name: Configure Git
Expand All @@ -57,14 +51,3 @@ jobs:
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
npm run build
npm publish
# AUTHOR=$(echo "$FIRST_MERGE_REQUEST" | jq -r '.user.login')
# TARGET_BRANCH=$(echo "$FIRST_MERGE_REQUEST" | jq -r '.base.ref')
# PR_URL=$(echo "$FIRST_MERGE_REQUEST" | jq -r '.html_url')
# TITLE=$(echo "$FIRST_MERGE_REQUEST" | jq -r '.title')

# sed -i "2i - Author: ${AUTHOR}" CHANGELOG.md
# sed -i "2i - Pull request URL: ${PR_URL}" CHANGELOG.md
# sed -i "2i - Target branch: ${TARGET_BRANCH}" CHANGELOG.md
# sed -i "2i - Title: ${TITLE}" CHANGELOG.md
12 changes: 0 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@

## 1.0.85 (2024-09-03)
- Description: test
- Author: sebastian-meckovski
- Pull request URL: https://github.com/sebastian-meckovski/Seb-Storybook/pull/5
- Title: Auto deploy test

## 1.0.84 (2024-09-03)
- Description: test




0 comments on commit 43d5f67

Please sign in to comment.