html_scss_class_checker 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/gem-push.yml +1 -9
- data/html_scss_class_checker.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 918e188feeb44a4ad0feee3675fcb86aad41550f185fe24f6cf14f61885c6069
|
4
|
+
data.tar.gz: 9fedbad821686169d9a7c631f39485deab554c73ea34e16568d55a7097cc5c8b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94656858699b3901cab45c8bdd434728a09411c48b21aee2f451f1bf1f4e751a9f9c62e202f94fd2d25e6669408fcf35b08ac877639ea719eb403271c28fe4c7
|
7
|
+
data.tar.gz: 4e19c8caf1fb00c11f63ebd025cc3a0e75d819d5347588f16e36c5b4c06cb996dd7c4069293fa48d0695d1095231e93d4f7a5dbf4ae360819be99181b528f537
|
@@ -12,7 +12,7 @@ jobs:
|
|
12
12
|
runs-on: ubuntu-latest
|
13
13
|
|
14
14
|
steps:
|
15
|
-
- uses: actions/checkout@
|
15
|
+
- uses: actions/checkout@v4
|
16
16
|
|
17
17
|
- name: Set up Ruby 3.2.2
|
18
18
|
uses: ruby/setup-ruby@v1
|
@@ -34,11 +34,3 @@ jobs:
|
|
34
34
|
gem push *.gem
|
35
35
|
env:
|
36
36
|
RUBYGEMS_AUTH_TOKEN: ${{ secrets.RUBYGEMS_AUTH_TOKEN }}
|
37
|
-
|
38
|
-
- name: Tag Incremental Version
|
39
|
-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main')
|
40
|
-
run: |
|
41
|
-
git config --local user.email "action@github.com"
|
42
|
-
git config --local user.name "GitHub Action"
|
43
|
-
git tag -a v$(date +'%Y%m%d%H%M%S') -m "Automated tag from GitHub Actions"
|
44
|
-
git push origin --tags
|