Skip to content

Commit

Permalink
changelog-magical
Browse files Browse the repository at this point in the history
  • Loading branch information
gatzjames committed Feb 6, 2024
1 parent fa78060 commit 528db51
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,13 @@ jobs:
steps:
- name: Checkout branch
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
ref: develop
fetch-depth: 0

- name: Get version
shell: bash
run: |
echo "RELEASE_VERSION=$(node -e "console.log(require('./packages/insomnia/package.json').version)")" >> $GITHUB_ENV
echo "RELEASE_BRANCH=release/$(node -e "console.log(require('./packages/insomnia/package.json').version)")" >> $GITHUB_ENV
- name: Checkout branch
uses: actions/checkout@v3
with:
ref: ${{ env.RELEASE_BRANCH }}
persist-credentials: false

- name: Configure Git user
id: configure_git_user
uses: Homebrew/actions/git-user-config@master
Expand Down

0 comments on commit 528db51

Please sign in to comment.