Skip to content

Commit b1672b8

Browse files
authored
Merge pull request #51 from HenrikWM/b-release-asset
Omit release asset
2 parents 30de79b + 89d3a75 commit b1672b8

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/create-release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,6 @@ jobs:
4747
release_name: ${{ github.ref }}
4848
draft: false
4949
prerelease: ${{ contains(github.ref, '-') }} # Prerelease if vX.Y.Z-<any-suffix>
50-
- name: Upload Release Asset
51-
id: upload-release-asset
52-
uses: actions/upload-release-asset@v1
53-
env:
54-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55-
with:
56-
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
57-
asset_path: ./artifacts.zip
58-
asset_name: artifacts.zip
59-
asset_content_type: application/zip
6050

6151
# NuGet publish
6252
- name: Push to NuGet

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1919
<Deterministic>true</Deterministic>
2020
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
21-
<Version>1.4.0</Version>
21+
<Version>1.4.1</Version>
2222
<RepositoryUrl>https://github.com/HenrikWM/anonymous-tokens</RepositoryUrl>
2323
<RepositoryType>git</RepositoryType>
2424
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)