Skip to content

Commit

Permalink
Merge branch 'master' into feature/release-instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Step7750 authored Aug 19, 2023
2 parents 339c84d + 8a55433 commit 95302d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
run: |
npm install
npm run build
zip -r extension-chrome.zip dist
(cd dist && zip -r ../extension-chrome.zip .)
rm -rf dist
npm run build_ff
zip -r extension-firefox.zip dist
(cd dist && zip -r ../extension-firefox.zip .)
- uses: "marvinpinto/action-automatic-releases@v1.2.1"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
extension-chrome.zip
extension-firefox.zip
extension-firefox.zip
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "CSFloat Market Checker",
"short_name": "CSFloat",
"version": "3.2.1",
"version": "3.2.2",
"description": "Shows the float value, paint seed, and screenshots of Counter-Strike (CS:GO & CS2) items on the Steam Market or Inventories",
"icons": {
"16": "icons/16.png",
Expand Down
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": "csfloat-extension",
"version": "3.2.1",
"version": "3.2.2",
"description": "Dedicated API for fetching the float value, paint seed, and screenshots of CS:GO items on the Steam Market or Inventories",
"main": ".eslintrc",
"directories": {
Expand Down

0 comments on commit 95302d1

Please sign in to comment.