Skip to content

Commit

Permalink
fix for github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jun 22, 2023
1 parent 9604890 commit 33aeee8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-latest-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ jobs:
echo "client_version=$(cat faucet-client/package.json | jq ".version" | tr -d '"\r\n')" >> $GITHUB_OUTPUT
id: version

- name: "Build Changelog"
id: build_changelog
uses: mikepenz/[email protected]

# (re)create snapshot binary release
- name: Update snapshot tag & remove previous snapshot release
uses: actions/github-script@v3
Expand Down Expand Up @@ -142,9 +138,6 @@ jobs:
Server Version: ${{ steps.version.outputs.server_version }}
Client Version: ${{ steps.version.outputs.client_version }}
### Change Log
${{steps.build_changelog.outputs.changelog}}
### Release Artifacts
| Release File | Description |
| ------------- | ------------- |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-v2-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
jobs:
build_docker:
name: Build Docker Image
needs: [run_tests]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ jobs:
echo "server_version=$(cat package.json | jq ".version" | tr -d '"\r\n')" >> $GITHUB_OUTPUT
echo "client_version=$(cat faucet-client/package.json | jq ".version" | tr -d '"\r\n')" >> $GITHUB_OUTPUT
id: version
- name: "Build Changelog"
id: build_changelog
uses: mikepenz/[email protected]

# create draft release
- name: Create latest release
Expand All @@ -83,9 +80,6 @@ jobs:
### Major Changes
...
### Change Log
${{steps.build_changelog.outputs.changelog}}
### Release Artifacts
| Release File | Description |
| ------------- | ------------- |
Expand Down

0 comments on commit 33aeee8

Please sign in to comment.