We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ca903 commit 0567f1aCopy full SHA for 0567f1a
2 files changed
.github/workflows/virustotal.yml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v4
17
+ with:
18
+ ref: ${{ github.ref_name }}
19
20
- name: Set up Docker Buildx
21
uses: docker/setup-buildx-action@v3
@@ -86,6 +88,7 @@ jobs:
86
88
run: |
87
89
git config user.name "github-actions[bot]"
90
git config user.email "github-actions[bot]@users.noreply.github.com"
91
+ git switch ${{ github.ref_name }}
92
git add .github/badges/virustotal.json
93
git diff --staged --quiet || git commit -m "Update VirusTotal badge [skip ci]"
94
git push
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hypermind",
3
- "version": "0.12.1",
+ "version": "0.12.2",
4
"description": "A decentralized P2P counter of active deployments",
5
"main": "server.js",
6
"scripts": {
0 commit comments