-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Push hanya pada saat git tag push dan package.json yang berubah (#56)
* feat: menambahkan path-filter * fix: memperbaiki kurang tanda petik * fix: menambahkan action checkout * feat: menambahkan filter untuk mengecek apakah ada update dari masing masing package.json * fix: salah implementasi * feat: trigger github action hanya pada saat push tag saja * feat: menambahkan checkout ke baseline-docker * fix: bablas * feat: pindah ke step sendiri * chore: coba update web * fix: memperbaiki yang ke skip * chore: coba update web * feat: menambahkan fungsi rename versi * chore: coba update attendance * feat: pindah ke env * chore: update lagi * fix: salah tempat * fix: lagi lagi update * chore: rebuild lagi * chore: coba update processor * fix: kelebihan pulak * fix: biasaw * chore: coba up lagi * fix: jangan lupa titik koma * fix: semoga bener * fix: dikit lagi * fix: kok ga ada * chore: update (huft) * chore: update lagi (huft**2) * feat: menambahkan fungsionalitas push ke repo docker * fix: ubah pake manual * fix * fix * fix * fix: tanpa kurawal * fix: pindah jadi newline * feat: menambahkan fungsi push * feat: persiapan commit
- Loading branch information
1 parent
b9f1852
commit bfc00ee
Showing
4 changed files
with
93 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"name": "@sora-vp/processor", | ||
"version": "2.3.1", | ||
"private": true, | ||
"type": "module", | ||
"main": "dist/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters