Skip to content

Commit

Permalink
start real releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-g committed Sep 2, 2020
1 parent ade8d57 commit aed50e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease-dev-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: RC ${{steps.getVersion.outputs.version}}
release_name: Study Smarter Flashcards ${{steps.getVersion.outputs.version}}
draft: false
prerelease: true
prerelease: false

- name: Prepare artifact metadata
id: prepare_artifact_metadata
Expand Down
2 changes: 1 addition & 1 deletion StudySmarterFlashcards/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="35103EnterprisingApps.StudySmarterAutomaticFlashca" Publisher="CN=7E63D5C6-5000-4548-BE46-87144E85CA3E" Version="0.6.2.0" />
<Identity Name="35103EnterprisingApps.StudySmarterAutomaticFlashca" Publisher="CN=7E63D5C6-5000-4548-BE46-87144E85CA3E" Version="1.0.0.0" />
<mp:PhoneIdentity PhoneProductId="26ebbf93-1c3c-4b23-9e70-a567a69a961b" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Study Smarter: Automatic Flashcards from Office Files</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion StudySmarterFlashcardsTests/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<Identity Name="17ea7b80-12c1-4e73-b982-b1125b88994c"
Publisher="CN=brent"
Version="0.6.1.0" />
Version="1.0.0.0" />

<mp:PhoneIdentity PhoneProductId="17ea7b80-12c1-4e73-b982-b1125b88994c" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down

0 comments on commit aed50e5

Please sign in to comment.