Skip to content

Commit

Permalink
Merge pull request #301 from SimonStnn/dev
Browse files Browse the repository at this point in the history
v1.14.4 update
  • Loading branch information
SimonStnn authored Aug 8, 2024
2 parents ecb5003 + 5f7f5b3 commit 0819aff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install GitHub CLI
run: |
sudo type -p curl >/dev/null || (sudo apt update && sudo apt install -y curl)
sudo curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
sudo curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg
sudo echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
sudo apt update
Expand Down Expand Up @@ -50,5 +50,6 @@ jobs:
assets+=("$asset")
done
tag_name="v${{ env.VERSION }}"
gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}"
gh release create --generate-notes --latest "$tag_name"
gh release upload "$tag_name" "${assets[@]}"
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pop-a-loon",
"version": "1.14.3",
"version": "1.14.4",
"description": "The new rising trend (literally) that changes the browser game completely.",
"private": true,
"scripts": {
Expand Down

0 comments on commit 0819aff

Please sign in to comment.