Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufozgul committed Apr 17, 2024
1 parent 8ec9252 commit 262419a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 22 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-and-publish-docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
- name: Check out Repository
uses: actions/checkout@v2

- name: Reset Dependencies
run: swift package purge-cache

- name: Build DocC
run: |
set -o pipefail && xcodebuild docbuild \
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,12 @@ jobs:
- name: Create a Release
uses: ncipollo/release-action@v1
with:
tag: ${{ env.RELEASE_VERSION }}
name: MockingStar - Release ${{ env.RELEASE_VERSION }}
tag: ${{ github.event.release.tag_name }}
name: MockingStar - Release ${{ github.event.release.tag_name }}
artifacts: '.build/appBuildOutput/MockingStar-App.zip'
allowUpdates: true
omitBodyDuringUpdate: true
makeLatest: false

- name: Clean Keychain And Files
if: always()
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release-cli-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
uses: ncipollo/release-action@v1
with:
tag: ${{ github.event.release.tag_name }}
name: MockingStar - Release ${{ env.RELEASE_VERSION }}
name: MockingStar - Release ${{ github.event.release.tag_name }}
artifacts: '.build/MockingStar-Linux-CLI.zip'
allowUpdates: true
omitBodyDuringUpdate: true
omitBodyDuringUpdate: true
makeLatest: false
5 changes: 3 additions & 2 deletions .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
uses: ncipollo/release-action@v1
with:
tag: ${{ github.event.release.tag_name }}
name: MockingStar - Release ${{ env.RELEASE_VERSION }}
name: MockingStar - Release ${{ github.event.release.tag_name }}
artifacts: '.build/MockingStar-CLI.zip'
allowUpdates: true
omitBodyDuringUpdate: true
omitBodyDuringUpdate: true
makeLatest: false
17 changes: 4 additions & 13 deletions MockingStarExecutable/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/yusufozgul/AnyCodable",
"state" : {
"revision" : "96b006da47aed6ebfcaecc4d08a559445aa10438",
"version" : "1.1.3"
"revision" : "5ba97c1cf8bb630becc1864d728dce54225c4e3c",
"version" : "1.1.4"
}
},
{
Expand All @@ -27,15 +27,6 @@
"version" : "0.13.0"
}
},
{
"identity" : "jsvaluecoder",
"kind" : "remoteSourceControl",
"location" : "https://github.com/theolampert/JSValueCoder",
"state" : {
"branch" : "main",
"revision" : "9e15b58c144158fad33cde7e90f334dca2ca17a2"
}
},
{
"identity" : "swift-argument-parser",
"kind" : "remoteSourceControl",
Expand All @@ -59,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/yusufozgul/SwiftyJS",
"state" : {
"branch" : "main",
"revision" : "f5c29468529b6e7c6c52708eec838bdddd5e303e"
"revision" : "cfc81d2074a43d654b5cea705daf09b356584bef",
"version" : "0.0.4"
}
}
],
Expand Down

0 comments on commit 262419a

Please sign in to comment.