Use tagged version of DiscordRPC (#379)

This way builds are more reproducible as specific versions of
NorthstarDiscordRPC can be set.
This commit is contained in:
GeckoEidechse 2022-12-02 23:16:23 +01:00 committed by GitHub
parent 28b5f4f99f
commit fd1c3d98ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: R2Northstar/NorthstarDiscordRPC
ref: 'v1'
path: discord-plugin
- name: Checkout launcher repository
uses: actions/checkout@v3